projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42bde73
)
(redisplay-dont-pause): Don't set.
author
Jason Rumney
<jasonr@gnu.org>
Sun, 21 Oct 2001 17:15:18 +0000
(17:15 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Sun, 21 Oct 2001 17:15:18 +0000
(17:15 +0000)
lisp/term/w32-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/w32-win.el
b/lisp/term/w32-win.el
index fdb9e1916cf9694cf37b175050c1d5265d746829..9cc3d2c0b82d4d09f8b55edce6e9d6a25eb8ccfa 100644
(file)
--- a/
lisp/term/w32-win.el
+++ b/
lisp/term/w32-win.el
@@
-79,10
+79,6
@@
(if (fboundp 'new-fontset)
(require 'fontset))
-;; FIXME: this is temporary for v21.1, since many redisplay problems
-;; happen if redisplay-dont-pause is nil.
-(setq redisplay-dont-pause t)
-
;; Because Windows scrollbars look and act quite differently compared
;; with the standard X scroll-bars, we don't try to use the normal
;; scroll bar routines.